crypto/tls.serverHelloMsg.supportedVersion (field)
11 uses
crypto/tls (current package)
handshake_client.go#L519: if serverHello.supportedVersion != 0 {
handshake_client.go#L520: peerVersion = serverHello.supportedVersion
handshake_client_tls13.go#L173: if hs.serverHello.supportedVersion == 0 {
handshake_client_tls13.go#L178: if hs.serverHello.supportedVersion != VersionTLS13 {
handshake_messages.go#L726: supportedVersion uint16
handshake_messages.go#L783: if m.supportedVersion != 0 {
handshake_messages.go#L786: exts.AddUint16(m.supportedVersion)
handshake_messages.go#L937: if !extData.ReadUint16(&m.supportedVersion) {
handshake_server_tls13.go#L100: hs.hello.supportedVersion = c.vers
handshake_server_tls13.go#L529: supportedVersion: hs.hello.supportedVersion,
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |